Click or drag to resize
Slab Class
This Class Represent a Slab into the Table witch contain a Buffer for tags detected by each Slab (read more about This Framework Design).
Inheritance Hierarchy
SystemObject
  TangibleFrameworkSlab

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class Slab

The Slab type exposes the following members.

Constructors
  NameDescription
Public methodSlab
Default Constructor who only intialize the buffer
Top
Methods
  NameDescription
Public methodClearBuffer
Clean Buffer
Protected methodinitialize
this function is used to initialize Buffer values the string value of Slab Frame data this function return type is void
Public methodUpdateBuffer
this function is used to update slab Buffer values the string value of the Slab Frame data this function return type is void
Top
Fields
  NameDescription
Public fieldSlabTagBuffer
This buffer represent the objects Tags detected for each Slab
Top
See Also